*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "poppins";
    font-size: 62.5%;
}
body{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.top-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 26vh;
}
.rubrik{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 30%;
}
.top-container h1{
    font-size: 5rem;
    text-transform: uppercase;
    border-bottom: 1.4rem solid #006EC7;
}
.top-container h2{
    display: flex;
    margin-top: 10%;
    font-size: 1.6rem;
}
.landing{
    display: flex;
    justify-content: center;
    margin-top: 8vh;
    flex-direction: row;
    width: 100vw;
    height: 40vh;
}
.falafel{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 36vh;
    width: 31vw;
    border-left: 0.2rem solid black;
    border-right: 0.2rem solid black;
}
.falafel img{
  height: 22vh;
  margin-bottom: 2vh;
}
.kycklingkebab{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 41vh;
  width: 31vw;
}
.kycklingkebab img{
  height: 29vh;
}

.nötkebab{
  display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 40vh;
    width: 31vw;
}
.nötkebab img{
  height: 44vh;
}
.kött{
    right: 5vw;
    top: 5vh;
}
.kött img{
    width: 18vw;
}
footer{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26vh;
  width: 100%;
}
.bilder{
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 20vh;
  width: 80%;
}
.välj-kebab{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 20vw;
  height: 30vh;
}
.välj-kebab h2{
  border-bottom: 0.3rem solid #006EC7;
  text-transform: uppercase;
  font-weight: 600;
}
.kebab-bilder{
  padding-top: 2vh;
  display: flex;
  width: 20vw;
  height: 22vh;
  justify-content: space-between;
}
.kebab-bilder img{
  width: 150px;
  height: 190px;
}

.nötkebab-rek, .kycklingkebab-rek{
  width: 150px;
  height: 40px;
  background-color: #006EC7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4vh;
}
.nötkebab-rek h3, .kycklingkebab-rek h3{
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
}



.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: white;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

  .loading-wrapper{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh;
      position: absolute;
      background-color: #006EC7;
      z-index: 10000;
  }

  @media screen and (max-width: 700px){

    .landing{
      flex-direction: column;
      align-items: center;
      margin-top: 14vh;
      height: 130vh;
  }
  .top-container{
    height: 80vh;
    flex-direction: column;
  }
  .falafel{
    border: none;
  }
  .välj-kebab{
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }
  .kebab-bilder{
    width: 70%;
    justify-content: space-around;
  }
  .kebab-bilder img{
    width: 30vw;
    height: 22vh;
  }
  .nötkebab-rek, .kycklingkebab-rek{
    width: 30vw;
    height: 6vh;
    background-color: #006EC7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4vh;
  }
  .nötkebab-rek h3, .kycklingkebab-rek h3{
    color: white;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .rubrik{
    order: 1;
    flex-direction: column;
    margin-top: 10vh;
    width: 80%;
  }
  .rubrik h2{
    font-size: 3vw;
  }
  .kött{
    order: 2;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 8vh;
    height: 30vh;
  }
  .kött img{
    width: 60vw;
  }
  footer{
    display: none;
  }
}

